Configurates
C1.Web.Mvc.ItemsBoundControl<T>.ItemsSource. Sets ItemsSource settings with a collection.
シンタックス
'宣言
Public Overloads Overridable Function Bind( _
ByVal As System.Collections.Generic.IEnumerable(Of T) _
) As
public virtual Bind(
System.Collections.Generic.IEnumerable<T>
)
パラメータ
- value
- A collection to specify the source collection.
戻り値の型
Current builder.
参照